Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable30] fix(FilePreview): use original size for uploaded image files #13172

Merged
merged 3 commits into from
Aug 29, 2024

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Aug 29, 2024

Backport of PR #13147 and #13180

…th missing metadata

Signed-off-by: Antreesy <antreesy.web@gmail.com>
Signed-off-by: Antreesy <antreesy.web@gmail.com>
max-width: 100%;
max-height: 384px;
max-width: min(100%, 600px);
max-height: min(100%, 384px);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was a mistake 👀

Signed-off-by: Antreesy <antreesy.web@gmail.com>
Copy link
Contributor

@Antreesy Antreesy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested, waiting for second PR to be merged

@Antreesy Antreesy merged commit 34ea81b into stable30 Aug 29, 2024
46 checks passed
@Antreesy Antreesy deleted the backport/13147/stable30 branch August 29, 2024 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant